home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / vim / src / proto / edit.pro < prev    next >
Text File  |  1995-03-09  |  437b  |  13 lines

  1. /* edit.c */
  2. void edit __PARMS((long count));
  3. int get_literal __PARMS((int *nextc));
  4. void insertchar __PARMS((unsigned int c));
  5. void beginline __PARMS((int flag));
  6. int oneright __PARMS((void));
  7. int oneleft __PARMS((void));
  8. int oneup __PARMS((long n));
  9. int onedown __PARMS((long n));
  10. int onepage __PARMS((int dir, long count));
  11. void stuff_inserted __PARMS((int c, long count, int no_esc));
  12. unsigned char *get_last_insert __PARMS((void));
  13.